Click or drag to resize

AlternateId Class

Describes an identifier to convert in a request and the results of a converted identifier in the response.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class AlternateId : SourceId

The AlternateId type exposes the following members.

Constructors
  NameDescription
Public methodAlternateId
Initializes a new instance of the AlternateId class.
Public methodAlternateId(IdFormat, String, String)
Initializes a new instance of the AlternateId class with the specified format, id and mailbox.
Top
Properties
  NameDescription
Public propertyFolderId
Public propertyFormat
Describes the source format in a ConvertId Operation request and describes the destination format in a ConvertId Operation response. The destination format is described by the DestinationFormat attribute of the ConvertId element in the request. This attribute is of type IdFormatType.
Public propertyId
Describes the source identifier in a ConvertId Operation request and describes the destination identifier in a ConvertId Operation response.
Public propertyItemId
Public propertyMailbox
Describes the mailbox primary Simple Mail Transfer Protocol (SMTP) address that contains the identifiers to translate.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also